home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / ddj9304.zip / OS2WPS.ZIP / SPREAD.RC < prev    next >
INI File  |  1993-01-18  |  269b  |  16 lines

  1. [LISTING TWO]
  2.  
  3. #include <os2.h>
  4. #include "spread.h"
  5. rcinclude spread.dlg
  6.  
  7. ICON    ID_WINDOW spread.ico
  8. MENU ID_MENU
  9. BEGIN
  10.         MENUITEM "~Change values",       IDM_CHANGE
  11. END
  12. ASSOCTABLE      1
  13. {
  14.         "XX Company Spreadsheet", "*.SPR", spread.ico
  15. }
  16.